projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c08db
)
`pdb' doc string clarification
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 9 Dec 2020 17:36:41 +0000
(18:36 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 9 Dec 2020 17:36:41 +0000
(18:36 +0100)
* lisp/progmodes/gud.el (pdb): Mention that this command is for
debugging Python scripts.
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 279a70b0d752e5785f2b0ade05875d67df15e967..cee0961013a5ba9a7491179666a954f9ee153778 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-1683,7
+1683,7
@@
and source-file directory for your debugger."
;;;###autoload
(defun pdb (command-line)
- "Run COMMAND-LINE in the `*gud-FILE*' buffer.
+ "Run COMMAND-LINE in the `*gud-FILE*' buffer
to debug Python programs
.
COMMAND-LINE should include the pdb executable
name (`gud-pdb-command-name') and the file to be debugged.